.g-main {
  overflow: hidden;
}

.mv_stm {
  background-color: #08102a;
}
.mv_stm__inner {
  max-width: 1150px;
  margin: 0 auto;
}

.mv_main {
  background-color: #fafafa;
}
.mv_main__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.ac_lnavi_ser {
  border-bottom: none !important;
}

.section_feature h2 {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 480px) {
  .section_feature h2 {
    font-size: 27px;
    margin-bottom: 0.75em;
  }
}
.section_feature h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0.75em;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #008cad;
}
.section_feature h3 sup {
  font-size: 0.6em;
}
@media only screen and (max-width: 480px) {
  .section_feature h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
.section_feature .g-layout-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px;
}
.section_feature .g-layout-c:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section_feature .g-layout-c .g-layout_el {
  padding: 0;
}
.section_feature .g-layout-c .g-layout_el p {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .section_feature .g-layout-c {
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section_feature .g-layout-c .g-layout_el:nth-child(1) {
    margin-bottom: 15px;
  }
}
.section_feature .note {
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .section_feature .note {
    margin-top: 40px;
  }
}/*# sourceMappingURL=local_add.css.map */